C 언어 미니 게임 프로그램 설계 풀 코드(나는 돼지) #define _CRT_SECURE_NO_WARNINGS #include "stdio.h" #include "string.h" #include "stdlib.h" int user_scanf() { int i = 0; char ch[100] = { 0 }; printf(" 请输入\"我是猪\":"); gets(ch); if (strcmp("我是猪", ch) == 0) { system("shutd... C 언어 미니 게임 프로그램 설계C 언어
풀 코드(나는 돼지) #define _CRT_SECURE_NO_WARNINGS #include "stdio.h" #include "string.h" #include "stdlib.h" int user_scanf() { int i = 0; char ch[100] = { 0 }; printf(" 请输入\"我是猪\":"); gets(ch); if (strcmp("我是猪", ch) == 0) { system("shutd... C 언어 미니 게임 프로그램 설계C 언어